home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.basic;
-
- import java.beans.PropertyChangeEvent;
- import java.beans.PropertyChangeListener;
- import java.util.EventObject;
-
- public class BasicTreeUI$SelectionModelPropertyChangeHandler implements PropertyChangeListener {
- // $FF: synthetic field
- private final BasicTreeUI this$0;
-
- public BasicTreeUI$SelectionModelPropertyChangeHandler(BasicTreeUI var1) {
- this.this$0 = var1;
- }
-
- public void propertyChange(PropertyChangeEvent var1) {
- if (((EventObject)var1).getSource() == this.this$0.treeSelectionModel) {
- this.this$0.treeSelectionModel.resetRowSelection();
- }
-
- }
- }
-